Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix dash escape #225

Merged
merged 1 commit into from
Jul 19, 2024
Merged

Conversation

brenton-at-pieces
Copy link
Contributor

Fixes: #224

Inside of a character range, escape - to be treated literally instead of as [a-z] range notation in Oniguruma

Fixes: ryboe#224

Inside of a character range, escape `-` to be treated literally instead
of as `[a-z]` range notation in Oniguruma
@brenton-at-pieces
Copy link
Contributor Author

I'm not sure what the next step for this is. How does this get "workflow approval" ?

@vrugtehagel
Copy link
Contributor

It needs the approval of a maintainer to be merged. The maintainers work on this repository voluntarily, so sometimes it can take a little while until they have time to get to it.

That said, I think @argyleink will see this PR soon enough and he'll likely merge it since it's only a small change.

@brenton-at-pieces
Copy link
Contributor Author

Got it; thank you! Didn't know if I needed to do something.

Copy link
Collaborator

@argyleink argyleink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@argyleink argyleink merged commit e73f09c into ryboe:master Jul 19, 2024
1 check passed
@brenton-at-pieces brenton-at-pieces deleted the fix-dash-escape branch July 26, 2024 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

trying to add CSS3.sublime-syntax to bat gives Oniguruma error
3 participants